home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / vla / modplay.lzh / MODPLAY.TXT < prev    next >
Encoding:
Text File  |  1993-03-18  |  2.0 KB  |  51 lines

  1.  
  2.  
  3.     A little note about this MOD player: 
  4.  
  5.     ■ It was written entirely by Draeden in his early years of programming
  6.     ■ It was written without ever seeing code for a Modplayer
  7.     ■ Little knowledge of how MODs worked existed in his head at that time
  8.     ■ It was not written well, kind of a hack job
  9.     ■ It works on about 60% of the MODs out there
  10.     ■ It crashes when used to play another 15% 
  11.     ■ Just plain doesn't sound right on the remaining 25%
  12.     ■ It tries to support the following commands:
  13.         ■ break pattern
  14.         ■ jump to pattern
  15.         ■ volume slide?
  16.         ■ frequency slide (up or down) not done correctly
  17.         ■ set volume
  18.         ■ And possibly something else
  19.  
  20.     You can use this code to:
  21.  
  22.     ■ Write your own, probably much better MOD player
  23.     ■ Look at and have a good laugh
  24.     ■ Fill up hard drive space for no apparent reason
  25.     ■ Use it as a reference on how to do DMA/DSP transfers 
  26.         (at least THAT works)
  27.     ■ Upload to some other board to get file points
  28.  
  29.     The only requirement set on this code are:
  30.  
  31.     ■ If you learn anything from this, greet VLA in your next production
  32.     ■ Don't try to use it as a mod player for a demo or other thing and
  33.         give us credit for the sound system, unless you get it to sound good
  34.     ■ Don't remove this message from the .ZIP
  35.  
  36.  
  37.     Included in the .ZIP should be:
  38.  
  39.     ■ ModPlay.EXE - a PKLITEd version of ModMain.EXE
  40.     ■ ModMain.ASM - The source to a program that actually uses the ModPlayer
  41.     ■ DMASub.asm  - has all the DMA/DSP related commands/ functions  
  42.     ■ ModSub.asm  - The program that does all the MOD related stuff and is 
  43.                     actually the heart of the ModPlayer
  44.     ■ Make.bat    - Compiles and links it all together to make MODMAIN.EXE
  45.     ■ MClsub.asm  - A generic command line grabber
  46.     ■ ModPLay.TXT - This file that you are reading
  47.     ■ ACB.MOD     - a mod that this player plays correctly (I think)
  48.  
  49.     And that's it.  Enjoy.
  50.  
  51.